home *** CD-ROM | disk | FTP | other *** search
/ Nippon Obsessions 2 / Nippon Obsessions - Volume 2.iso / pc / video / som2.dir / 00052_Script_52 < prev    next >
Text File  |  1996-05-02  |  620b  |  29 lines

  1. on exitFrame
  2.     if rollover (3) then
  3.     set the cursor of sprite 3 to [88,89]
  4.   end if
  5.   if rollover (4) then
  6.     set the cursor of sprite 4 to [88,89]
  7.   end if
  8.   if rollover (5) then
  9.     set the cursor of sprite 5 to [88,89]
  10.   end if
  11.   if rollover (6) then
  12.     set the cursor of sprite 6 to [88,89]
  13.   end if
  14.   if rollover (7) then
  15.     set the cursor of sprite 7 to [88,89]
  16.   end if
  17.   if rollover (8) then
  18.     set the cursor of sprite 8 to [88,89]
  19.    
  20.   end if
  21.   
  22.   
  23.   if the movietime of sprite 2<the stoptime of sprite 2 then
  24.     go to the frame
  25.   else
  26.     go to the frame-1
  27.   end if
  28. end
  29.